/* CSS for Party Chief Page*/

/*Define body background and font*/

/*last updated 10 Sept 2012*/



body{background-image:url(../backgrounds/black%20and%20tan%20diamond%20sand%20ripples.JPG);}

h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p3 {
	color: #FC0;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}	
	
p.grn {
	color: #566047;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}



/*table appearance*/

table.main {
	border: 1px;
	cell-spacing: 2px;
	cell-padding: 6px;
	background-color: #FFFFCC;
	empty-cells: hide;
	border-width: 6px;}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 14pt;
}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: #566047;
}

td.tdilink {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: #0f3b5f;
}


	
td.emergency {
	background-color:#F63;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: #F00;}
	

td.title {
	background-color:#d7d7d7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-color: #566047;
}

td.smtitle{
	background-color:#FFFFCC;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: none;}

td.grntitle{
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	font-color: #566047;}	


/*This part inserts the graphic bar at the top of each page*/

#headline1 {
	background-image: url(graphics/plain1border.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:60px;
	padding-bottom: 10px;
}


/*This part inserts the graphic bar at the bottom of each page*/

#headline2 {
	background-image: url(graphics/plain1border.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*This part determines the link appearance*/

a:link{
	font-weight: bold;
	
	text-decoration: none;
	color: #566047;}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #566047;}
	
a:visited{
	text-decoration: none;
	color: #566047;
	font-weight: bold;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: navy;}

a.emergency {
	color: #33F;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:link {
	color: #33F;
	font-weight: bold;
	text-decoration: underline;}
	
	a.emergency:hover {
	color:#33F;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:visited {
	color: #33F;
	font-weight: bold;
	text-decoration: none;}
	
a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
